body {
    /* 统一的圆角值 4px */
    --borderRadius: 4px;
    /* 主题色 */
    --themeColor:#fdde25;
}

.content_wrapper,
.soldier_news_view .info,
.content_view,
.overseas_view,
.overseas_view_small,
.list_card,
.summary_view,
.assistant_item,
.notice_item_view {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content_wrapper {
    width: 100%;
}

.ad_card_view {
    width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
}

.ad_card_view .left,
.card_view .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
}

.ad_card_view .left .top_view {
    width: 800px;
    height: 455px;
}

.a_bottom_im,
.ad_card_view .left .bottom_im {
    width: 800px;
    height: 220px;
}

.a_bottom_im {
    display: block;
}

.ad_card_view .left .bottom_im {
    object-fit: cover;
    cursor: pointer;
}

.ad_card_view .right {
    display: flex;
    flex-direction: column;
}

.ad_card_view .left,
.ad_card_view .right {
    width: fit-content;
    gap: 14px;
}

.ad_card_view .right .a_im,
.ad_card_view .right .im {
    width: 386px;
    height: 220px;
}

.ad_card_view .right .im {
    object-fit: cover;
    cursor: pointer;
}

.news_view {
    height: 67px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.search_view__center {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 60px;
    background: #ffffff;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 2px;
    margin-bottom: 12px;
    position: relative;
}

.search_view__bottom,
.search_view__center {
    width: 800px;
}

.search_view__bottom {
    padding-left: 9px;
    padding-left: 3px;
}

.content_view,
.search_view,
.list_card {
    width: 1200px;
}

.list_card {
    position: relative;
    margin-top: 60px;
}

.search_view {
    height: 233px;
    background: var(--themeColor);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: var(--borderRadius);
}

.search_view__top,
.search_view__center,
.search_view__bottom,
.soldier_news_item .tag_list,
.soldier_news_item .info_item,
.soldier_news_view,
.overseas_content_view,
.summary_view .list_item,
.summary_view .list_item_yellow,
.assistant_item_list {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.search_view__top {
    width: 100%;
    height: fit-content;
    margin-left: 51%;
}

.search_view__icon {
    width: 119px;
    height: 85px;
    object-fit: cover;
}

.search_view__type_arrow {
    margin-left: 6px;
    object-fit: cover;
    width: 8px;
    height: 8px;
}

.search_view__line {
    width: 1px;
    height: 16px;
    background-color: #e2e2e2;
    margin-left: 18px;
}

.search_view__tip_list {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.search_view__title {
    font-size: 20px;
    color: #262626;
    line-height: 28px;
    margin-left: 8px;
}

.search_view__input::-webkit-input-placeholder {
    font-weight: normal;
    font-size: 16px;
    color: #262626;
    line-height: 22px;
}

.search_view__input::-moz-placeholder {
    font-weight: normal;
    font-size: 16px;
    color: #262626;
    line-height: 22px;
}

.search_view__input:-ms-input-placeholder {
    font-weight: normal;
    font-size: 16px;
    color: #262626;
    line-height: 22px;
}

.search_view__input {
    font-size: 16px;
}

.search_view__tip_title {
    font-weight: normal;
    font-size: 14px;
    color: #262626;
    line-height: 20px;
    margin-left: 36px;
}

.search_view__tip_text {
    font-weight: normal;
    font-size: 11px;
    color: #595959;
    line-height: 16px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 11px;
    padding: 3px 11px;
    margin-right: 8px;
    cursor: pointer;
}

.search_view__center .left {
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: flex-start;
}

.search_type_text:hover {
    font-weight: bold;
}

.search_view__type_text {
    font-weight: normal;
    font-size: 16px;
    color: #262626;
    line-height: 22px;
}

.search_view__btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.search_icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.search_text {
    font-weight: normal;
    font-size: 16px;
    color: #130a0a;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}

.search_view__btn {
    background: rgba(0, 0, 0, 0.06);
    border-radius: 28px;
    padding: 17px 36px;
    align-content: flex-end;
}

.search_view__input {
    flex: 1;
    border: none;
    margin-left: 14px;
}

.search_view__bottom_line {
    width: 1px;
    height: 12px;
    background-color: rgba(98, 98, 98, 0.47);
    margin-left: 16px;
    margin-right: 14px;
}

.search_view__center .left:hover .search_type_select{
    display: block;
}



.search_type_select {
    display: none;
    width: fit-content;
    padding-top: 8px;
    padding-bottom: 8px;
    position: absolute;
    background: #ffffff;
    top: 60px;
    left: 25px;
    border-radius: 10px;
    z-index: 9999;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.search_type_select_item {
    padding: 8px 16px;
    cursor: pointer;
}

.search_type_text {
    font-size: 16px;
    color: #262626;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    padding: 8px 16px;
}

.list_card_menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 388px;
    height: 42px;
    background: #ffffff;
    box-shadow: 0px 2 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 21px;
    padding-left: 4px;
    padding-right: 4px;
}

.list_card_menu_view {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.list_card_menu_item,
.list_card_menu_item_sel {
    padding: 8px 24px;
}

.list_card_menu_item_sel {
    background: #262626;
    border-radius: 17px;
    border: 1px solid #262626;
}

.list_card_moew_text {
    position: absolute;
    top: 10px;
    right: 0px;
}

.job_list_item {
    width: 32.5%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: var(--borderRadius);
    padding: 20px;
    position: relative;
    cursor: pointer;
}

.job_title_view,
.card_list_view {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.job_title_view {
    margin-bottom: 17px;
}

.card_list_view {
    width: 1200px;
    flex-wrap: wrap;
    gap: 15px;
}

.tag_dot,
.tag_dot_grey {
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: #1ebca7;
    margin-right: 5px;
}

.tag_dot_grey {
    background: #999999;
}

.card_tag,
.card_tag_grey {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 38px;
    height: 16px;
    background-color: rgba(30, 188, 167, 0.11);
    border-radius: 2px;
    padding: 1px 5px;
}

.card_tag_grey {
    background-color: rgba(89, 89, 89, 0.11);
}

.tag_text,
.tag_text_offline {
    font-weight: normal;
    font-size: 10px;
    color: #1ebca7;
    line-height: 14px;
}

.tag_text_offline {
    color: #999999;
}

.list_card_title {
    font-weight: bold;
    font-size: 24px;
    color: #262626;
    line-height: 42px;
    margin-bottom: 24px;
}

.list_card_menu_view {
    margin-bottom: 30px;
}

.list_card_menu_text,
.list_card_menu_text_sel {
    font-weight: normal;
    font-size: 18px;
    color: #595959;
    line-height: 18px;
    margin-right: 6px;
    text-wrap: nowrap;
}

.list_card_menu_text_sel {
    color: #ffffff;
}

.job_title_text {
    max-width: 250px !important;
    font-size: 18px;
    color: #262626;
    line-height: 26px;
}

.chat_icon {
    width: 14px;
    height: 13px;
    margin-left: 8px;
    margin-right: 8px;
}

.job_tag_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}

.company_tag,
.job_tag {
    background: rgba(89, 89, 89, 0.06);
    border-radius: 3px;
    padding: 2px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 10px;
}

.company_tag_text {
    font-weight: normal;
    font-size: 12px;
    color: #595959;
    line-height: 20px;
}

.soldier_tag {
    padding: 7px 16px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 2px;
    margin-right: 12px;
}

.soldier_tag_text {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    text-align: left;
    font-style: normal;
}

.job_tag_icon {
    width: 9px;
    height: 11px;
    margin-right: 3px;
}

.job_list_div {
    width: 100%;
    height: 1px;
    border-top: 1px dashed #f0f0f0;
    margin-bottom: 21px;
}

.job_list_item .bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.company_view {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.company_view .icon {
    width: 26px;
    height: 26px;
    margin-right: 6px;
}

.company_view .text {
    font-weight: normal;
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 245px;
}

.job_list_item .time {
    font-weight: normal;
    font-size: 10px;
    color: #bfbfbf;
    line-height: 14px;
}

.job_wage {
    font-size: 20px;
    color: #ff3546;
    line-height: 28px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.company_list_item {
    width: 32.5%;
    padding: 20px 20px 16px 20px;
    background: #ffffff;
    border-radius: var(--borderRadius);
    cursor: pointer;
}

.company_list_item .top,
.company_info_view {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.company_list_item .company_icon {
    width: 55px;
    height: 55px;
    object-fit: contain;
    margin-right: 13px;
}

.company_list_item .company_name {
    font-size: 16px;
    color: #262626;
    line-height: 22px;
}

.company_list_item .top {
    height: 55px;
    position: relative;
    cursor: pointer;
}

.company_list_item .company_name,
.company_list_item .company_info_view {
    position: absolute;
}

.company_list_item .company_name {
    top: 0px;
}

.company_list_item .company_info_view {
    bottom: 0px;
}

.company_info_text {
    font-weight: normal;
    font-size: 12px;
    color: #595959;
    line-height: 17px;
    margin-right: 13px;
}

.list_card_sub_title {
    font-weight: normal;
    font-size: 16px;
    color: #242424;
    line-height: 22px;
    margin-bottom: 30px;
}

.company_job_item {
    width: 100%;
    position: relative;
    border-top: 1px dashed #f0f0f0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.company_job_item .name {
    max-width: 250px;
    font-size: 16px;
    color: #262626;
    line-height: 22px;
}

.company_job_item .wage {
    position: absolute;
    top: 16px;
    right: 0px;
    font-size: 16px;
    color: #ff3546;
    line-height: 22px;
}

.card_list_view .more_btn_view {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card_list_view .more_btn {
    height: 30px;
    border-radius: var(--borderRadius);
    border: 1px solid #999999;
    font-weight: 400;
    font-size: 12px;
    color: #262626;
    text-align: left;
    font-style: normal;
    padding: 8px 16px;
    margin-top: 31px;
}

.name_view .resume_name {
    font-size: 22px;
    color: #262626;
    line-height: 30px;
}

.name_view .sex_icon {
    width: 20px;
    height: 20px;
    margin-top: -8px;
    margin-right: 4px;
}

.name_view {
    margin-bottom: 11px;
}

.resume_tag_text {
    font-weight: normal;
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    margin-right: 16px;
}

.resume_list_item {
    width: 590px;
    min-height: 228px;
    background: #ffffff;
    /* box-shadow: 0px 2 4px 0px rgba(0, 0, 0, 0.1); */
    border-radius: var(--borderRadius);
    padding-top: 20px;
    padding-left: 28px;
    padding-bottom: 25px;
    position: relative;
    cursor: pointer;
}

.resume_info_view {
    margin-bottom: 15px;
}

.resume_intro_text {
    font-weight: normal;
    font-size: 12px;
    color: #595959;
    line-height: 17px;
    margin-left: 83px;
}

.resume_info_text {
    font-size: 14px;
    color: #262626;
    line-height: 20px;
}

.resume_status,
.resume_icon,
.resume_status_yellow {
    position: absolute;
}

.resume_icon {
    top: 66px;
    right: 41px;
    width: 88px;
    height: 88px;
    border-radius: 88px;
}

.resume_status,
.resume_status_yellow {
    width: fit-content;
    background-color: rgba(30, 188, 167, 0.1);
    color: #1ebca7;
    padding: 4px 10px;
    border-radius: var(--borderRadius);
    top: 8px;
    right: 8px;
}

.resume_status_yellow {
    background-color: rgba(255, 169, 0, 0.1);
    color: #ffa900;
}

.resume_status_text {
    font-size: 12px;
    line-height: 17px;
}

.resume_intro_text {
    max-width: 230px;
}

.two_ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.one_ellipsis {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.resume_tag_view {
    margin-bottom: 18px;
}

.map_view {
    position: relative;
    width: 99.5vw;
    height: 528px;
    overflow-y: hidden;
}

.center_ad_view {
    width: 100%;
    box-sizing: border-box;
}

.a_ad_big_img,
.center_ad_view .ad_big_img {
    width: 796px;
    height: 344px;
}

.center_ad_view .ad_big_img {
    object-fit: cover;
}

.a_ad_small_img,
.center_ad_view .ad_small_img {
    width: 392px;
    height: 166px;
}

.center_ad_view .ad_small_img {
    object-fit: cover;
    cursor: pointer;
}

.soldier_banner {
    width: 1200px;
    height: 300px;
    border-radius: var(----borderRadius);
}

.soldier_news_icon {
    width: 40px;
    height: 40px;
}

.soldier_view {
    border-radius: var(----borderRadius);
    padding-bottom: -5px;
}

.soldier_news_item .info_item .text {
    min-width: 350px;
    font-weight: normal;
    font-size: 14px;
    color: #262626;
    line-height: 20px;
}

.soldier_news_item .info_item .text::before {
    content: "";
    background-color: #a6a6a6;
    border-radius: 50%;
    display: inline-block;
    height: 4px;
    width: 4px;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -3px;
}

.soldier_news_item .info_item .time {
    font-weight: normal;
    font-size: 12px;
    color: #999999;
    line-height: 17px;
}

.soldier_news_item .soldier_news_item_content {
    font-size: 18px !important;
    font-weight: 400 !important;
}

.soldier_news_view .info {
    flex: 1;
    width: fit-content;
    align-items: flex-start;
    height: 130px;
}

.soldier_news_view .info .info_item {
    margin-bottom: 10px;
    height: 20px;
    line-height: 20px;
}

.soldier_news_icon {
    margin-right: 20px;
}

.soldier_news_view .info_title {
    font-weight: normal;
    font-size: 18px;
    color: #262626;
    line-height: 40px;
    margin-bottom: 16px;
    height: 40px;
}

.soldier_news_view .tag_list {
    margin-bottom: 23px;
}

.soldier_news_view .info_item {
    width: 500px;
    justify-content: space-between;
}

.overseas_title {
    font-size: 24px;
    color: #ffffff;
    line-height: 33px;
}

.overseas_view .line {
    width: 48px;
    height: 6px;
    background: #ffffff;
    margin-top: 18px;
}

.overseas_view {
    padding-left: 31px;
    padding-top: 69px;
    padding-bottom: 45px;
    align-items: flex-start;
}

.overseas_info_text {
    font-size: 48px;
    color: #ffffff;
    line-height: 58px;
}

.overseas_view .btn,
.overseas_view_small .btn {
    width: fit-content;
    font-size: 16px;
    color: #262626;
    line-height: 22px;
    padding: 9px 21px;
    background: #ffffff;
    border-radius: 40px;
    cursor: pointer;
}

.overseas_view .btn,
.overseas_view_small .btn {
    position: absolute;
}

.overseas_view_small .btn {
    left: 35px;
    bottom: 30px;
}

.overseas_view_small .ad_im,
.overseas_view .ad_im {
    object-fit: cover;
    border-radius: var(--borderRadius);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.overseas_view .ad_im,
.overseas_view .a_im {
    width: 802px;
    height: 470px;
}

.overseas_view_small .a_im,
.overseas_view .a_im {
    display: block;
}


.overseas_view_small .ad_im,
.overseas_view_small .a_im {
    width: 394px;
    height: 230px;
}

.overseas_view .btn,
.overseas_view_small .btn {
    left: 35px;
    bottom: 31px !important;
}

.overseas_view,
.overseas_view_small {
    border-radius: var(--borderRadius);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.overseas_view {
    width: 803px;
    height: 470px;
}

.overseas_content_view .right {
    flex: 1;
}

.overseas_view_small {
    height: 230px;
    align-items: flex-start;
    padding-top: 42px;
    padding-left: 31px;
    padding-bottom: 33px;
}

.overseas_view_small .title {
    font-size: 28px;
    color: #ffffff;
    line-height: 34px;
    margin-bottom: 15px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.overseas_view_small .info {
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.overseas_content_view {
    width: 1200px;
}

.summary_view {
    width: 400px;
    position: absolute;
    top: 0px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.6);
    right: 360px;
}

.summary_view .list {
    height: 436px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
}

.summary_view .list_item:nth-child(even) {
    opacity: 1;
    margin-left: 60px;
}

.summary_view .list_item:nth-child(odd) {
    opacity: 1;
    margin-right: 60px;
}

.summary_view .list_item {
    margin-bottom: 20px;
    padding: 6px 10px;
    border-radius: 17px;
}

.summary_view .list_item_default {
    border: 1px solid #ffffff;
}

.summary_view .list_item_yellow {
    background: var(--themeColor);
    border: 1px solid var(--themeColor);
}

.summary_view .title {
    width: 100%;
    font-size: 22px;
    color: #ffffff;
    line-height: 30px;
    padding-left: 19px;
    padding-top: 17px;
    padding-bottom: 14px;
    text-align: left;
}

.summary_view .summary_view_line {
    width: 100%;
    height: 1px;
    border-top: 1px dashed rgba(255, 255, 255, 0.53);
    padding-left: 9px;
    padding-right: 9px;
    margin-bottom: 28px;
}

.summary_dot {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    margin-right: 7px;
}

.summary_dot_default {
    background: #ffffff;
}

.summary_dot_black {
    background: #262626;
}

.summary_text_default {
    color: #ffffff;
}

.summary_text_black {
    color: #262626;
}

.summary_text {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin-right: 6px;
}

.summary_text_width40 {
    width: 40px;
}

.summary_text_width230 {
    width: 230px;
}

.assistant_view {
    width: 100%;
}

.assistant_view_title {
    font-size: 18px;
    color: #242424;
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.assistant_item {
    height: 140px;
    flex: 1;
    background-image: url("/assets/images/index_new/assistant1.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-left: 26px;
    align-items: self-start;
}

.assistant_item .info {
    max-width: 131px;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}

.assistant_item .title {
    font-size: 20px;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 8px;
}

.assistant_item_list {
    width: 1200px;
    gap: 16px;
}

.notice_item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.notice_item_view,
.notice_view {
    height: 85px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.notice_item .text {
    width: 100%;
    font-weight: normal;
    font-size: 18px;
    color: #0079ff;
    line-height: 20px;
    text-align: center;
}

.swiper-container {
    width: 100%;
    height: 85px;
}

.notice_view {
    width: 100%;
    margin-bottom: 40px;
}

.list_card_more_text {
    position: absolute;
    right: 10px;
    top: 13px;
    font-weight: normal;
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    cursor: pointer;
}

.card_list_view .company_list_item:hover .company_name,
.card_list_view .job_list_item:hover .job_title_text,
.card_list_view .resume_list_item:hover .resume_name {
    color: var(--hoverTitleColor);
}

.card_list_view .company_list_item:hover,
.card_list_view .job_list_item:hover,
.card_list_view .resume_list_item:hover,
.soldier_news_item:hover {
    box-shadow: 0 16px 40px 0 rgb(138 149 158 / 20%);
}

.cover_map_div {
    width: 99vw;
    height: 100%;
    background-color: transparent;
    z-index: 800;
    position: absolute;
    top: 0;
}

.index_header__name_icon {
    margin-right: 12px;
}

.index_header__user_view .line {
    margin-right: 12px;
}

.ad_big_img_view,
.ad_soldier_view {
    position: relative;
    width: fit-content;
}

.ad_soldier_view {
    margin-bottom: 20px;
    height: 300px;
}

.ad_big_img_view {
    height: 344px;
}

.ad_big_img_view .job_btn,
.right .job_btn,
.overseas_content_view .job_btn,
.ad_soldier_view .job_btn {
    padding: 10px 16px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100px;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    cursor: pointer;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}

.list_card .card_menu_view,
.card_menu_view .card_menu_item,
.card_menu_item_list {
    display: flex;
}

.list_card .card_menu_view,
.serviceman_card_menu_view {
    position: relative;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.serviceman_card_menu_view {
    align-items: flex-start;
}

.card_menu_item_list {
    flex-direction: row;
    align-items: flex-start;
}

.card_menu_item_list .text,
.card_menu_item_list .text_sel {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 20px;
    color: #262626;
..company_list_item .    line-height: 28px;
}

.el-menu-item {
    font-size: 20px !important;
}

.soldier_news_item {
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #ffffff;
    border-radius: var(--borderRadius);
    overflow: hidden;
}

.soldier_news_item .im,
.soldier_news_item .default_span {
    width: 288px;
    height: 160px;
}

.soldier_news_item .text {
    width: 100%;
    font-weight: normal;
    font-size: 20px;
    color: #242424;
    line-height: 28px;
    text-align: left;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 20px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.soldier_news_view {
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.soldier_news_view .default_span {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.soldier_news_view .default_span .title {
    font-size: 30px;
    color: #262626;
    line-height: 42px;
    flex-shrink: 0;
    margin-bottom: 9px;
    font-size: 24px !important;
}

.soldier_news_view .default_span .sub_title {
    font-size: 16px;
    color: rgba(38, 38, 38, 0.8);
    line-height: 28px;
    flex-shrink: 0;
}

.soldier_news_item .default_span {
    background: var(--themeColor);
    padding-top: 50px;
    padding-left: 18px;
}

/* .soldier_news_list {
  width: 100%;
} */

.default_span .title {
    max-width: 230px;
}

.ad_map_view {
    position: relative;
    width: max-content;
    height: 220px;
}

.ad_map_tag {
    position: absolute;
    width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 2 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: var(--borderRadius) 0px 100px 0px;
    top: 0;
    left: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 10px;
    padding-right: 28px;
}

.ad_map_tag .icon {
    width: 11px;
    height: 14px;
    margin-right: 6px;
}

.ad_map_tag .text {
    font-weight: normal;
    font-size: 16px;
    color: #262626;
    line-height: 22px;
}

.swiper-wrapper .item_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.see_more_text {
    font-weight: normal;
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    margin-right: 20px;
    cursor: pointer;
}

.swiper-slide {
    transition: 300ms;
    transform: scale(0.7);
    opacity: 0.5;
    line-height: 20px;
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
    line-height: 25px;
    opacity: 1;
}

.a_top_im,
.ad_card_view .left .top_im {
    width: 800px;
    height: 454px;
}

.ad_card_view .left .top_im {
    object-fit: cover;
    cursor: pointer;
}

.job_tag .job_tag_text {
    font-weight: normal;
    font-size: 12px;
    color: #595959;
    line-height: 20px;
}

.list_card .center_ad_view img,
.card_list_view .ad_big_img_view img,
.content_view .ad_card_view img,
.assistant_item_list .assistant_item {
    border-radius: var(--borderRadius) !important;
    overflow: hidden;
}

.content_wrapper {
    overflow: hidden;
}

.card_title_view{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 24px;
    justify-content: space-between;
}
.card_title_view .list_card_title{
    margin-bottom: 0px;
}

.card_title_span{
    width: 66px;
}

@media screen and (max-width: 1400px) {

    /* 在此处添加您想要应用的样式 */
    .content_view,
    .list_card,
    .card_list_view,
    .overseas_content_view,
    .search_view,
    .ad_card_view,
    .soldier_banner {
        width: 960px;
    }

    .search_view {
        height: fit-content;
        padding-bottom: 20px;
    }

    .soldier_news_view {
        width: 960px;
    }

    .soldier_banner {
        width: 960px;
        height: 240px;
    }

    .job_title_text {
        max-width: 200px !important;
    }

    .assistant_item_list {
        width: 960px;
    }

    .overseas_view .ad_im,
    .overseas_view .a_im,
    .overseas_view {
        width: 638.2px;
        height: 376px;
    }

    .overseas_view_small .ad_im,
    .overseas_view_small .a_im,
    .overseas_view_small {
        width: 316px;
        height: 182px;
    }

    .a_top_im,
    .ad_card_view .left .top_im {
        width: 640px;
        height: 366px;
    }

    .ad_card_view .left .top_im {
        object-fit: cover;
    }

    .a_bottom_im,
    .ad_card_view .left .bottom_im,
    .ad_card_view .left .ad_map_view {
        width: 640px;
        height: 176px;
    }

    .ad_card_view .left .bottom_im {
        object-fit: cover;
    }

    .ad_card_view .right .a_im,
    .ad_card_view .right .im {
        width: 308px;
        height: 176px;
    }

    .ad_card_view .right .im {
        object-fit: cover;
    }

    .a_ad_big_img,
    .center_ad_view .ad_big_img {
        width: 636.8px;
        height: 277.6px;
        cursor: pointer;
    }

    .ad_big_img_view {
        height: 277.6px !important;
    }

    .ad_soldier_view {
        height: 240px;
    }

    .center_ad_view .ad_big_img {
        object-fit: cover;
    }

    .a_ad_small_img,
    .center_ad_view .ad_small_img {
        width: 312px;
        height: 132.8px;
    }

    .center_ad_view .ad_small_img {
        object-fit: cover;
    }

    .assistant_item {
        width: 190.4px;
    }

    .soldier_news_view .info_item {
        width: 400px;
    }

    .soldier_news_item .info_item .text {
        min-width: 280px;
    }

    .map_view,
    .summary_view {
        height: 348.8px;
    }

    .resume_list_item {
        width: 466px;
    }

    .soldier_news_item .default_span,
    .soldier_news_item .im {
        width: 230px;
        height: 128px;
    }

    .soldier_news_item {
        width: 230px;
    }

    .summary_view .list {
        height: 276px;
    }

    .company_job_item .name,
    .company_job_item .name {
        max-width: 200px;
    }

    .company_view .text {
        max-width: 170px;
    }

    .job_list_item,
    .company_list_item {
        width: 32.2% !important;
    }
}